home *** CD-ROM | disk | FTP | other *** search
- loadin = _parent.getBytesLoaded();
- percent = "loading " + math.round(_parent.getBytesLoaded() / _parent.getBytesTotal() * 100) + "%";
- bajty = math.round(_parent.getBytesLoaded() / 1024) + "Kb/" + math.round(_parent.getBytesTotal() / 1024) + "Kb";
-